-
I have tried opening the file by using window.navigator.msSaveOrOpenBlob(blobObject) but it downloads the file rather then opening it in new …
- 421 views
- 0 answers
- 0 votes
-
Good night, I’m having trouble retrieving the tag value; let salarys = document.querySelectorAll(‘#salarys’); //return => NodeList(9) [p#salarys, p#salarys, p#salarys, p#salarys, p#salarys, …
- 333 views
- 2 answers
- 0 votes
-
So I’m making a basic to-do list using only HTML and JS and for some reason, when I go to …
- 360 views
- 1 answers
- 0 votes
-
Closed. This question needs debugging details. It is not currently accepting answers. Want to improve this question? Update the question …
- 367 views
- 2 answers
- 0 votes
-
I have this js code: https://codeshare.io/5RxRe4 $(document).ready(function() { $(‘#type’).bind(‘change’, function() { var elements = $(‘div.container2’).children().hide(); // hide all the elements …
- 388 views
- 1 answers
- 0 votes
-
I’ve been backtracking through old CSS battle targets the past couple days and I’m having trouble with #14. The code …
- 395 views
- 3 answers
- 0 votes
-
I’m new here. Trying to pass this assessment in order to get into this program. I can’t figure this part …
- 392 views
- 1 answers
- 0 votes
-
So far, I can only check if the user has uploaded an xlsx, xls, or csv file. How can I …
- 0 views
- 1 answers
- 0 votes
-
I’m developing a website with a custom scrollbar which changes its colour depending on what background it is on: https://nimb.ws/v58Bum …
- 377 views
- 0 answers
- 0 votes
-
When selector A is clicked or outside of selector B I want selector B to .toggle(). That has been pretty …
- 365 views
- 2 answers
- 0 votes